home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2001 February / maximum-cd-2001-02.iso / Team Arena / TeamArenaDemo.exe / Main / pak0.pk3 / scripts / gfx2.shader < prev    next >
Encoding:
Text File  |  2000-11-22  |  725 b   |  49 lines

  1.  
  2.  
  3. console
  4. {
  5.     nopicmip
  6.     nomipmaps
  7.     
  8.         {
  9.         map textures/sfx2/screen01.tga
  10.                 blendFunc GL_ONE GL_ZERO
  11.                 tcMod scroll 7.1  0.2
  12.                 tcmod scale .8 1
  13.     }
  14.         {
  15.         map textures/effects2/console01.tga
  16.                 blendFunc Add
  17.                 tcMod scroll -.01  -.02 
  18.                 tcmod scale .02 .01
  19.                 tcmod rotate 3
  20.     }
  21.  
  22.  
  23.  
  24. }
  25.  
  26.  
  27. levelShotDetail
  28.  
  29. {
  30.     nopicmip
  31.     {
  32.         map textures/sfx2/detail2.tga
  33.             blendFunc GL_DST_COLOR GL_SRC_COLOR
  34.         rgbgen identity
  35.     }
  36. }
  37.  
  38. nailtrail
  39. {
  40.     sort nearest
  41.     cull none
  42.     {
  43.         clampmap models/weaphits/nailtrail.tga 
  44.         blendFunc Add
  45.         rgbGen vertex
  46.                 tcMod rotate -30
  47.     }
  48.  
  49. }